Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataValue<T> Class
Members



In This Topic
    DataValue<T> Class
    In This Topic
    Represents a single, typed, tag value.
    Object Model
    DataValue<T> ClassIDataQuality Interface
    Syntax
    'Declaration
     
    Public Class DataValue(Of T) 
    'Usage
     
    Dim instance As DataValue(Of T)
    public class DataValue<T> 
    generic<typename T>
    public ref class DataValue 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Proficy.Historian.ClientAccess.API.DataValue<T>

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also